Here's another fun and confusing crash:
[adiumx.git] / Frameworks / Adium Framework / AIColorPickerSliders.h
blob181ebb9ca8f3be9be99ed36c5f11c8b8e786aca6
1 //
2 // AIColorPickerSliders.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 9/25/05.
6 // Copyright 2005 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 @interface NSColorPickerSliders:NSColorPicker <NSColorPickingCustom>
13 id sliderModePopUp;
14 id slidersView;
15 id greySliders;
16 id rgbSliders;
17 id hsbSliders;
18 id cmykSliders;
19 id currViewObject;
20 id sliderContainer;
21 id colorProfileButton;
22 int modeMask;
25 - (void)_setupProfileUI;
27 @end
29 @interface AIColorPickerSliders : NSColorPickerSliders {
33 @end